home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / PopUpFuncs Demo Folder / About PopUpFuncs.c next >
Encoding:
C/C++ Source or Header  |  1994-07-28  |  3.4 KB  |  104 lines  |  [TEXT/R*ch]

  1. /*
  2. (This file was created by BBEdit, a product of Bare Bones Software. It is
  3. written using Monaco 9, with four spaces per tab.)
  4.  
  5. About PopupFuncs, version 2.4
  6. -----------------------------
  7.  
  8. To install PopUpFuncs, launch the Installer and find your copy of
  9. BBEdit, CodeWarrior, MPW, THINK C, THINK Project Manager, or QUED/M. Do
  10. this now, and you’ll be able to try out PopUpFuncs on this very file!
  11. */
  12.  
  13. #pragma mark What is PopUpFuncs?
  14.  
  15. /*
  16. PopUpFuncs (“PUF”) is a productivity tool for developers. When invoked by
  17. clicking on a control in a source code window’s title bar, it creates
  18. a popup menu of every function contained in a source code file,
  19. allowing you to see instantly the contents of an unfamiliar file. If a
  20. name is selected from the menu, the file is instantly scrolled to the
  21. beginning of that function. PopUpFuncs works with CodeWarrior, MPW,
  22. THINK C/Symantec C++, SADE, and BBEdit, and QUED/M, and parses C, C++,
  23. Pascal, Object Pascal, Assembly and Rez files.
  24.  
  25. PopUpFuncs is extensible through an XCMD-like protocol. This demo
  26. includes a language sensitive block-commenting and uncommenting tool
  27. which operates on the current selection. Hold the command key down
  28. while clicking on a control to get the XPOP menu. When you buy PUF,
  29. you get the source code to this XPOP, as well as everything you need to
  30. compile your own XPOPs.
  31.  
  32. PopUpFuncs is very fast, highly addictive, and VERY useful.
  33.  
  34. This demo will parse a file up to about 20 times, after which you will need to
  35. exit the application and re-enter it to reactivate PopUpFuncs.
  36. */
  37.  
  38. #pragma mark What do the critics think?
  39.  
  40. /*
  41. “It’s my favorite utility. I use it constantly and am happy to
  42. recommend it to all AppMaker users.”
  43.  
  44.     -    Spec Bowers, President, Bowers Development.
  45.  
  46. “Thanks for sending PopUpFuncs..your interface is simple and
  47. effective...It is an unusual pleasure to come across a product that
  48. lives up to its advertising claims.”
  49.  
  50.     -    Cary Wyman, Vice-President, R&D, DeltaPoint, Inc.
  51.  
  52. “Although other utilities offer some of its features, PopUpFuncs is the
  53. cleanest, most intuitive, and non-intrusive of the bunch. I wouldn’t
  54. use anything else. Becuase I work with CodeWarrior, MPW, and THINK C,
  55. having identical implementations in all systems is a blessing.”
  56.  
  57.     -    Leonard Rosenthol, Director of Advanced Technology, Aladdin Systems.
  58.     
  59. “PopupFuncs is of such fundamental utility that anyone who composes
  60. code on a Macintosh should have a copy.”
  61.  
  62.     -    Tom Emerson, Software Engineer, Symantec Corp.
  63. */
  64.  
  65. #pragma mark Ordering Information
  66.  
  67. /*
  68. The price is $29 per copy. (A single copy can be used with your own
  69. copy of MPW, THINK C/Symantec C++, CodeWarrior, BBEdit, or QUED/M.)
  70.  
  71. Massachusetts residents add 5% sales tax. Everyone should add $3 for
  72. shipping and handling, $6 to non-US or Canadian addresses.
  73.  
  74. To place an order, send payment to:
  75.  
  76. Bare Bones Software, Inc.
  77. P.O. Box 108
  78. Bedford, MA 01730-0108
  79. Phone: (508) 651-3561
  80. Fax: (508) 651-7584
  81. Internet: bbedit@world.std.com
  82. CIS: 73051,3255
  83. AppleLink: BARE.BONES
  84. eWorld: BareBones
  85.  
  86. Payment terms are as follows:
  87.  
  88. Prepaid orders: Personal or company check, bank draft, money order,
  89. MasterCard, or Visa. Terms: NET 30 with approved credit. Call or write
  90. for details.
  91.  
  92. Write to our headquarters for quantity pricing information:
  93.  
  94. Bare Bones Software, Inc.
  95. 1 Larkspur Way #4
  96. Natick, MA 01760
  97. Phone: (508) 651-3561
  98. Fax: (508) 651-7584
  99. Internet: bbedit@world.std.com
  100. CIS: 73051,3255
  101. AppleLink: BARE.BONES
  102. eWorld: BareBones
  103. */
  104.